From: David Polakovic Date: Sat, 8 Aug 2026 11:44:56 +0000 (+0200) Subject: chore: Updated the README file. X-Git-Url: https://git.dpolakovic.space/%22%22.esc_url%28%24base_url%29.%22//%22%24link/%22/%22%22.esc_url%28%24base_url%29.%22//%22%24link/%22?a=commitdiff_plain;p=lsb-writer chore: Updated the README file. --- diff --git a/README.txt b/README.txt index 4fa7e39..d94805f 100644 --- a/README.txt +++ b/README.txt @@ -1,13 +1,15 @@ -Text-to-image (tti) writer -The least significant bit writer. -copyright 2024, David Polakovic, licensed under GPLv3 +lsb-wiriter +Least significant bit writer. +copyright 2024, David Polakovic, licensed under Perl Artistic License + ABOUT: This script encodes message into a pictures. It utilizes very -common approach of writing information in the least significant +common approach of writing information in the least significanti bits of the image pixels. You can check your message by performing a hexdump on the image or by opening the image in a text editor. + HOW TO RUN: Navigate to the directory where you downloaded the script and then use: @@ -20,12 +22,14 @@ with "-processed" handle. LICENSE: -https://www.gnu.org/licenses/gpl-3.0.en.html +https://perldoc.perl.org/perlartistic see LICENSE.txt + CONTACT: email@dpolakovic.space -Fetch my GPG here: https://dpolakovic.space/gpg.html +Fetch my GPG here: https://dpolakovic.space/dpolakovic_pub_key.asc + RELEASE NOTES: -1.0 - encodes message into the file +1.0 - it does what it says